Round 1 - Technical
๐น Some basics of window functions in SQL
๐น Given a table with src and dest columns which contains values like (x,y) & (y,x), write a SQL query to keep only (x,y) values in the output
-------------
| src | dest|
|-----|-------|
| a | b |
| b | a |
| c | d |
| d | e |
| e | f |
| f | g |
| g | e |
| e | g |
-------------
๐น Python coding question to find repeated characters in a given string
Round 2 - Technical
๐น Discussion around my past experience and projects
๐น Questions about cloud services which I used in my projects
Round 3 - Technical
๐น SQL queries related to nested subqueries and joins
๐น Apache Spark fundamentals
๐น Technical questions about Columnar NoSQL database
๐น DSA Question related to prime numbers in an array
Round 4 - Technical
๐น Discussion around my past experience and projects
๐น Data warehousing fundamentals like Star Schema, Snowflake Schema, Fact and Dimension tables, SCD Types
๐น SQL questions related to Case-When along with Group By
Round 5 - Bar Raiser
๐น Hypothetical situation based questions which were related to Amazonโs 14 leadership principles
๐น Let says are 2-3 members in your team and they have different opinions about your architecture design then how will you convince them
๐น Some behavioural and team fitment related questions
Round 6 - Hiring Manager
๐น Discussion around my past experience, projects and kind of use cases which solved in the past
๐น Questions related to AWS services
๐น What are you looking for in your next job?
๐น Why do you want to switch from your current company?